<--Back Next-->

In Eclipse, do the following:
  1. Pull down the Windows menu
  2. Select Preferences
  3. Select Java
  4. Select Build Path
  5. Select Classpath Variables
  6. In the "Classpath Variables" dialog, click on New
  7. For Name: use: ASPECT_J_LIBS in the "New Variable Entry" dialog
  8. For Path: use: C:/AOP/aspectj/libs/ in the "New Variable Entry" dialog
  9. Click OK
  10. Click OK

Note, if you installed AspectJ somewhere else or used a different version, update the above entry accordingly.

<--Back Next-->